Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix desktop file #12218

Closed
wants to merge 1 commit into from
Closed

Conversation

SpidFightFR
Copy link

@SpidFightFR SpidFightFR commented May 23, 2024

Desktopfile entry 'Tryexec' breaks compatibility with the plasma desktop.

Release Notes:

  • Fixed: Desktopfile, the "Tryexec" entry was set on zed. I also replaced Exec=zed by Zed since the actual binary generated after compilation is /usr/bin/Zed

Optionally, include screenshots / media showcasing your addition that can be included in the release notes.

Copy link

cla-bot bot commented May 23, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @SpidFightFR on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@maxdeviant maxdeviant changed the title fix desktop file Fix desktop file May 23, 2024
@SpidFightFR
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 23, 2024
Copy link

cla-bot bot commented May 23, 2024

The cla-bot has been summoned, and re-checked this pull request!

Desktopfile entry 'Tryexec' breaks compatibility with the plasma desktop.
@someone13574
Copy link
Contributor

This breaks script/bundle-linux because the binary is renamed from Zed to zed.

cp "target/${target_triple}/release/Zed" "${zed_dir}/bin/zed"

@SpidFightFR
Copy link
Author

SpidFightFR commented May 23, 2024

This breaks script/bundle-linux because the binary is renamed from Zed to zed.

cp "target/${target_triple}/release/Zed" "${zed_dir}/bin/zed"

I'm surprised to see something like that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants